#timeLine{
    margin: 0px auto;
    background: rgba(500,500,500,0.9);
    overflow: hidden;
    box-shadow: -1px 3px 5px 3px rgb(82 148 218 / 10%);
    border-radius:5px;
}
#yearList{
    list-style: none;
    z-index: 99;
    margin-top: -30px;
    position: absolute;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li {
    width:13%;
    max-width: 50px;
    height:5px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    margin:5px;
    border: 1px solid #999;
    border-radius: 5px;
    background:#fff;
}
#yearList li div:first-child {
    text-align: center;
    font-size: 12px;
    font-weight: 600px;
   
}
#yearList li div:nth-child(2) {
    text-align: left;
    margin:5px 10px 0px 10px;
}
.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: #002f21;
    display: block;
}
.dotted-line{
    border-bottom: dashed 1px  #7b7d7b;
    position: relative;
    top: -35px;
}
#cList{
    width: 100%;
    position: relative;
    background:#ffffff;
}

#cList .cListDiv{
 width: 1170px;margin: 0 auto; overflow: hidden;
}
#btnLeft{
    width: 50px; height: 130px;
    position: absolute;
    left: 0;
    top: 200px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: #21212466;
    z-index: 98;
}
#btnRight{
    width: 50px; height: 130px;
    position: absolute;
    right: 0;
    top: 200px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: #21212466;
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 1170px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 1170px;
    position: absolute;;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    margin: -40px auto 10px;
    float: right;

}
.container-li{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
    width: 100%;
    background: #282f3a;
    text-align: center;
}
.c-li-right{
    float: right;
    margin-top: 350px;
    font-size: 14px;
    color: #666;
    font-weight:200;
    width: 240px;
}
.c-li-right a{
    color: #36f;
    font-weight: 400;
}
#yearList .year-active{
    color:#fff;
    background:#36fe;
    font-size: 12px;
    font-weight: 600;
    transition: background 0.8s ease-in 0.3s, color 0.6s ease-out 0.3s;
}
.year-active .info{
    display:block;
    color: #333;
    background:#999;
}
.year-active i{
    background-color: red;
}
.c-li-left img{
    width: 100%;
   border-radius:5px;
}
.captcha_list{
    width: 100%;
}
.captcha_list img{
    float:left;width:245px;margin-right:5px;
}

@media (max-width: 640px){
    #timeLine{
    width: 640px;
    margin: 0px auto;
    background: rgba(500,500,500,0.9);
    overflow: hidden;
}
#yearList{
     width: 640px;
    
    list-style: none;
    position: fixed;
        margin-left: 0px;
    text-align: left;
    margin-top: 0px;
    z-index: 10000;
    color: #999;
    display: none;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: left;
    font-size: 21px;
    padding: 10px 20px;
    background: #fff;
    border: solid 2px #eeee;
    width: auto;
    border-radius: 10px;
}

.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: #002f21;
    display: block;
}
.dotted-line{
    border-bottom: dashed 1px  #7b7d7b;
    position: relative;
    top: -35px;
}
#cList{
    width: 640px;
    margin-top: 280px;
    position: relative;
}
#cList .cListDiv{
 width: 640px;margin: 0 auto; overflow: hidden;height;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 640px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 640px;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 0px auto 10px;
}
.container-li{
    width: 640;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
        width: 100%;
    float: left;
}
.c-li-right{
    width: 100%;
    float: right;
    margin-top: 350px;
}
.c-li-right{
    font-size: 24px;
    color: #36f;
}
.year-active{
    color: #36f;
    background: #36f;
}
.year-active i{
    background-color: red;
}
.c-li-left img{
    width: 640px;
    height: 100%;
}
.captcha_list{
    width: 100%;
}
.captcha_list img{
    float:left;width:245px;margin-right:5px;
}
}   
@media (max-width: 480px){
    #timeLine{
    width: 100%;
    margin: 0px auto;
    background: rgba(500,500,500,0.9);
    overflow: hidden;
}
#yearList{
     width: 100%;
    display: none;
    list-style: none;
    position: absolute;
        margin-left: 0px;
    text-align: left;
    margin-top: 0px;
    z-index: 10000;
    color: #999;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: left;
    font-size: 21px;
    padding: 10px 20px;
    background: #fff;
    border: solid 2px #eeee;
    width: auto;
    border-radius: 10px;
}

.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: #002f21;
    display: block;
}
.dotted-line{
    border-bottom: dashed 1px  #7b7d7b;
    position: relative;
    top: -35px;
}
#cList{
    width: 100%;
    margin-top: 120px;
    position: relative;
    margin-top: 0px;
}
#cList .cListDiv{
 width: 100%;margin: 0 auto; overflow: hidden;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 480px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 480px;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 0px auto 10px;
}
.container-li{
    width: 380;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
        width: 100%;
    float: left;
}
.c-li-right{
    width: 480px;
    float: right;
    margin-top: 350px;
}
.c-li-right{
    font-size: 24px;
    color: #36f;
    position: absolute;
}
.year-active{
    color: #36f;
    background: #36f;
}
.year-active i{
    background-color: red;
}
.c-li-left img{
    width: 100%;
    height: 100%;
}
.captcha_list{
    width: 100%;
}
.captcha_list img{
    float:left;width:245px;margin-right:5px;
}
}   

@media (max-width: 414px){
    #timeLine{
    width: 414px;
    margin: 0px auto;
    background: rgba(500,500,500,0.9);
    overflow: hidden;
}
#yearList{
     width: 414px;
    list-style: none;
    position: absolute;
    margin-left: 0px;
    text-align: left;
    margin-top: 0px;
    z-index: 10000;
    color: #999;
    display: none;
}
#yearList:after,.container-li:after{
    content: "";
    display: table;
    clear: both;
}
#yearList li{
    float: left;
    cursor: pointer;
    text-align: left;
    font-size: 21px;
    padding: 10px 20px;
    background: #fff;
    border: solid 2px #eeee;
    width: 100%;
    border-radius: 10px;
}

.year-dot{
    width: 10px; height: 10px; border-radius: 5px;
    background-color: #002f21;
    display: block;
}
.dotted-line{
    border-bottom: dashed 1px  #7b7d7b;
    position: relative;
    top: -35px;
}
#cList{
    width: 414px;
    position: relative;
    margin-top: 0px;
}
#cList .cListDiv{
 width: 414px;margin: 0 auto; overflow: hidden;height: 100%;
}
#btnLeft{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
}
#btnRight{
    width: 50px; height: 130px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 180px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    background: rgba(0,0,0,0.3);
}
#btnLeft:hover,#btnRight:hover{
    background: rgba(0,0,0,0.5);
}
#cUl{
    width: 414px;
    list-style: none;
    height: 400px;
    margin: 0 auto;
    position: relative;
    left: 0px;
}
#cUl li{
    width: 414px;
  position: absolute;  left: 0;
}
.li-tit{
    display:inline-block;
    color: #fff;
    background-color: #002f21;
    padding: 10px 20px;
    margin: 0px auto 10px;
    display: none;
}
.container-li{
    width: 380;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-li-left{
     width: 100%;
    min-height: 350px;
}
.c-li-right{
    width: 414px;
    float: right;
    margin-top: 350px;
}
.c-li-right{
    font-size: 14px;
    color: #333;
    position: absolute;
    padding: 20px;
}
.year-active{
    color: #36f;
    background: #36f;
}
.year-active i{
    background-color: red;
}
.c-li-left img{
    width: 414px;
    height: 100%;
}
.captcha_list{
    width: 100%;
}
.captcha_list img{
    float:left;width:245px;margin-right:5px;
}
}   
